one-way function
OWF
#cryptography
#cryptography
Definition
A function is a one-way function if:
- can be computed in polynomial time
- PPT adversaries :
(intuitively: easy to evaluate, hard to invert, meaning hard to find preimage of given )
Notes
- Goldreich-Levin theorem
- doesn't have to be one-to-one
- special case of bijective is one-way permutation
- existence of one-way functions would imply P≠NP